DisposeUserData
TheDisposeUserData
function disposes of a user data structure created by theNewUserData
function.
pascal OSErr DisposeUserData (UserData theUserData);
theUserData
Specifies the user data structure that is to be disposed of. It is acceptable but unnecessary to passnil
in the parametertheUserData
.DESCRIPTION
You should callDisposeUserData
only on a user data structure that you
have allocated.SPECIAL CONSIDERATIONS
Don't dispose of user data references obtained from the Movie Toolbox functionGetMovieUserData
,GetTrackUserData
, orGetMediaUserData
(described on page 2-215, page 2-216, and page 2-217, respectively).